home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / 3d / ArtOfIllusion24-Mac.dmg / Art of Illusion / Art of Illusion.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-12-09  |  2KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleAllowMixedLocalizations</key>
  6.     <string>true</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeExtensions</key>
  13.             <array>
  14.                 <string>aoi</string>
  15.             </array>
  16.             <key>CFBundleTypeIconFile</key>
  17.             <string>aoi document.icns</string>
  18.             <key>CFBundleTypeName</key>
  19.             <string>artofillusion.Scene</string>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>JavaApplicationStub</string>
  26.     <key>CFBundleIconFile</key>
  27.     <string>aoi.icns</string>
  28.     <key>CFBundleInfoDictionaryVersion</key>
  29.     <string>6.0</string>
  30.     <key>CFBundleName</key>
  31.     <string>Art of Illusion</string>
  32.     <key>CFBundlePackageType</key>
  33.     <string>APPL</string>
  34.     <key>CFBundleSignature</key>
  35.     <string>????</string>
  36.     <key>CFBundleVersion</key>
  37.     <string>10.2</string>
  38.     <key>Java</key>
  39.     <dict>
  40.         <key>ClassPath</key>
  41.         <string>$APP_PACKAGE/../ArtOfIllusion.jar:$JAVAROOT/jogl.jar</string>
  42.         <key>JVMVersion</key>
  43.         <string>1.4+</string>
  44.         <key>MainClass</key>
  45.         <string>artofillusion.ModellingApp</string>
  46.         <key>Properties</key>
  47.         <dict>
  48.             <key>apple.laf.useScreenMenuBar</key>
  49.             <string>true</string>
  50.         </dict>
  51.         <key>VMOptions</key>
  52.         <string>-Xmx1024m</string>
  53.     </dict>
  54. </dict>
  55. </plist>
  56.